home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / TouchMe 1.1.1.sit / touchMe 1.11 Folder / CW9 PP source / source / Common / UErrorMessage.h < prev    next >
Text File  |  1996-08-08  |  515b  |  23 lines

  1. // ==================================================
  2. //    UErrorMessage.h
  3. //    Copyright (C) 1994-96 Mizutori Tetsuya, March 9 1994, July 4 1996.
  4. // ==================================================
  5. //    All documents are pretty-printed in Geneva 10-point font.
  6.  
  7. #pragma once
  8.  
  9.  
  10. class    UErrorMessage {
  11.  
  12. public:
  13.  
  14.     static void        NofityIfOSErr( const OSErr inErr, const Boolean inBeFatal );
  15.  
  16.     static void        NofityIfOSErr( const OSErr inErr, const Str255 inText, const Boolean inBeFatal );
  17.  
  18. private:
  19.  
  20. };
  21.  
  22. // end of definitions
  23.